home *** CD-ROM | disk | FTP | other *** search
/ CD Actual 16 / PC Actual CD 16.iso / autocad / R14101.DXR / 00284_pausepush.ls < prev    next >
Encoding:
Text File  |  1997-04-24  |  277 b   |  14 lines

  1. on mouseUp
  2.   global resetSound, sound_is
  3.   set the memberNum of sprite 45 to the number of member "pauseroll"
  4.   puppetTransition(3, 0, 128)
  5.   updateStage()
  6.   if sound_is = 1 then
  7.     set resetSound to 1
  8.     soundOFF()
  9.   else
  10.     set resetSound to 0
  11.   end if
  12.   Pauseflash()
  13. end
  14.